// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "XYZ.com" { type master; file "/etc/bind/db.XYZ.com"; allow-query { any; }; }; zone "ABC.com" { type master; file "/etc/bind/db.ABC.com"; allow-query { any; }; }; zone "Me.com" { type master; file "/etc/bind/db.Me.com"; allow-query { any; }; }; zone "You.com" { type master; file "/etc/bind/db.You.com"; allow-query { any; }; }; zone "10.10.10.in-addr.arpa" { type master; file "/etc/bind/db.10.10.10.in-addr.arpa"; allow-query { any; }; };